Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[Lens] (Accessibility) Focus mistakenly stops on righthand form" #84866

Merged

Conversation

mbondyra
Copy link
Contributor

@mbondyra mbondyra commented Dec 3, 2020

Fixes #84827

Caused this bug: #84827

Reverts #84519

@mbondyra mbondyra added Team:Visualizations Visualization editors, elastic-charts and infrastructure v8.0.0 release_note:skip Skip the PR/issue when compiling release notes Feature:Lens v7.11.0 labels Dec 3, 2020
@mbondyra mbondyra requested a review from a team December 3, 2020 08:35
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
lens 995.5KB 995.5KB -12.0B

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Contributor

@flash1293 flash1293 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested in Chrome and Firefox and fixes the problem with hard-to-close field select. Looks like we need to fix the a11y issue by removing the scroll from the container.

Firefox has a really neat tool to see which element is causing the overflow and it's the last flex group, centering the "Reset layer" button:
Screenshot 2020-12-03 at 13 59 02

It has a margin: -12px, if I'm removing that rule, the overflow goes away. Maybe we can center the button using custom styling instead of using FlexGroup?

@mbondyra mbondyra merged commit 145c0a5 into master Dec 3, 2020
@mbondyra mbondyra deleted the revert-84519-lens/accessibility/focus-on-lnsConfigPanel branch December 3, 2020 13:12
mbondyra added a commit to mbondyra/kibana that referenced this pull request Dec 3, 2020
mbondyra added a commit that referenced this pull request Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Lens release_note:skip Skip the PR/issue when compiling release notes Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Lens] Popovers inside the config flyout are reopening too often in Firefox
4 participants